Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump roborazzi from 1.9.0 to 1.10.1 #111

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps roborazzi from 1.9.0 to 1.10.1.
Updates io.github.takahirom.roborazzi:roborazzi from 1.9.0 to 1.10.1

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.10.1

Changes from 1.10.0

This release includes a bug fix for a Javascript error that prevented the HTML report from being displayed.

Changes from 1.9.0

New experimental feature

Custom context data for images and reports

Custom context data enables the addition of information to images and reports in Roborazzi's tests, which I believe is very important. For example, it can include the test class name of a screenshot or whether it is in dark mode. You can now add custom context data using RoborazziOptions, and Roborazzi will add the test class name metadata if you use RoborazziRule. If you have any opinions about this feature, please let me know at takahirom/roborazzi#257. Furthermore, this opens up possibilities with AI. Given that AI now possesses multimodal capabilities, it has become feasible for AI to process images. This feature was made possible thanks to @​sanao1006 's contribution of migrating from org.json to gson.

    onView(ViewMatchers.isRoot())
      .captureRoboImage(
        roborazziOptions = RoborazziOptions(
          contextData = mapOf(
            "context_data_key" to "context_data_value"
          )
        )
      )
  }

Important bug fix

Gradle attempts to load the test cache whenever possible, but there was an issue where Roborazzi couldn't restore images from the cache. This release includes a fix for this problem. Thank you, @​francescocervone, for reporting this issue.

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.9.0...1.10.0

1.10.0

New experimental feature

Custom context data for images and reports

... (truncated)

Commits
  • bd23cf7 1.10.1
  • 84e0506 Merge pull request #263 from takahirom/takahirom/fix-empty-report-by-adding-a...
  • 6471149 Add active class for anchor tag in HTML report
  • 4a90856 1.10.0
  • d0bb4cb Merge pull request #262 from takahirom/takahirom/fix-roborazzi-output-cache/2...
  • 948928b Refactor plugin
  • 5d3c2e9 Merge pull request #260 from takahirom/takahirom/add-contextdata-tabs-for-htm...
  • 764c01a Fix test method name
  • ece8747 Fix skip judge logic
  • 3f6de92 Fix task name filtering logic
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.9.0 to 1.10.1

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

1.10.1

Changes from 1.10.0

This release includes a bug fix for a Javascript error that prevented the HTML report from being displayed.

Changes from 1.9.0

New experimental feature

Custom context data for images and reports

Custom context data enables the addition of information to images and reports in Roborazzi's tests, which I believe is very important. For example, it can include the test class name of a screenshot or whether it is in dark mode. You can now add custom context data using RoborazziOptions, and Roborazzi will add the test class name metadata if you use RoborazziRule. If you have any opinions about this feature, please let me know at takahirom/roborazzi#257. Furthermore, this opens up possibilities with AI. Given that AI now possesses multimodal capabilities, it has become feasible for AI to process images. This feature was made possible thanks to @​sanao1006 's contribution of migrating from org.json to gson.

    onView(ViewMatchers.isRoot())
      .captureRoboImage(
        roborazziOptions = RoborazziOptions(
          contextData = mapOf(
            "context_data_key" to "context_data_value"
          )
        )
      )
  }

Important bug fix

Gradle attempts to load the test cache whenever possible, but there was an issue where Roborazzi couldn't restore images from the cache. This release includes a fix for this problem. Thank you, @​francescocervone, for reporting this issue.

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.9.0...1.10.0

1.10.0

New experimental feature

Custom context data for images and reports

... (truncated)

Commits
  • bd23cf7 1.10.1
  • 84e0506 Merge pull request #263 from takahirom/takahirom/fix-empty-report-by-adding-a...
  • 6471149 Add active class for anchor tag in HTML report
  • 4a90856 1.10.0
  • d0bb4cb Merge pull request #262 from takahirom/takahirom/fix-roborazzi-output-cache/2...
  • 948928b Refactor plugin
  • 5d3c2e9 Merge pull request #260 from takahirom/takahirom/add-contextdata-tabs-for-htm...
  • 764c01a Fix test method name
  • ece8747 Fix skip judge logic
  • 3f6de92 Fix task name filtering logic
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps `roborazzi` from 1.9.0 to 1.10.1.

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.9.0...1.10.1)

Updates `io.github.takahirom.roborazzi` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.9.0...1.10.1)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@azrael8576 azrael8576 merged commit 37a30c1 into main Feb 27, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/roborazzi-1.10.1 branch February 27, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant